home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 4 / The Arsenal Files 4 (Arsenal Computer).ISO / ham / sattrk31.tgz / sattrack-3.1.tar / SatTrack / run / passes < prev    next >
Text File  |  1995-01-11  |  2KB  |  37 lines

  1. #! /bin/csh
  2. #
  3. # passes      -----      Manfred Bester  10Jan95
  4. #
  5. # This C shell script runs SatTrack in the batch mode. 
  6. # Examples for command line parameter sets are given below.
  7. # The number and format of parameters specified is mandatory!
  8. #
  9. # Format of command line parameters:
  10. #
  11. # Program      Time  Ground station   Object number     Tle file  Tle    Pred     Start    Start   Time  Dur  Min   Hardcopy
  12. #              zone                   or sat name                 type   type     date     time    int        ele
  13. #
  14. #                    REPLACE BLANKS WITH UNDERSCORES IN
  15. #                    GROUND STATION AND SATELLITE NAME
  16. #
  17.  
  18.   sattrack -b  PDT   Mt._Wilson       16609             tlex.dat  nasa   shortpr  now      now     auto  10   0     nohardcopy
  19.   sattrack -b  PDT   Mt._Wilson       STS-63            tlex.dat  nasa   shortpr  now      now     auto  10   0     nohardcopy
  20.   sattrack -b  PDT   Mt._Wilson       20580             tlex.dat  nasa   shortpr  now      now     auto  10   0     nohardcopy
  21.   sattrack -b  PDT   Mt._Wilson       GRO               tlex.dat  nasa   shortpr  now      now     auto  10   0     nohardcopy
  22.  
  23. # sattrack -b  UTC   Berkeley         Cosmos_1939_R/B   tlex.dat  nasa   shortpr  10Mar94  0:0:0   auto  6    0     hardcopy
  24. # sattrack -b  UTC   Berkeley         UARS              tlex.dat  nasa   shortpr  01Apr94  0:0:0   auto  6    0     hardcopy
  25.  
  26. # sattrack -b  CST   Houston          23025             tlex.dat  nasa   shortpr  now      now     auto  6    0     hardcopy
  27. # sattrack -b  CST   Houston          23025             tlex.dat  nasa   longpr   now      now     10    14   30    nohardcopy
  28.  
  29. # sattrack -b  PST   Berkeley         20580             tlex.dat  nasa   shortpr  now      now     auto  6    0     hardcopy
  30. # sattrack -b  UTC   Cologne          RS-12/13          tlex.dat  nasa   shortpr  now      now     auto  6    0     hardcopy
  31. # sattrack -b  3     Moscow           16609             tlex.dat  nasa   shortpr  now      now     auto  6    0     hardcopy
  32. # sattrack -b  EST   Melbourne,_FL    AO-21             tlex.dat  nasa   longpr   now      now     auto  6    25    nohardcopy
  33.  
  34. # sattrack -b  EDT   Cape_Canaveral   STS-55            sts.dat   nasa   shortpr  26Apr93  0:0:0   auto  6    0     nohardcopy
  35. # sattrack -b  EDT   Cape_Canaveral   STS-55            sts.dat   nasa   longpr   29Apr93  7:0:0   10    0.1  0     nohardcopy
  36.  
  37.